4.21. calWS:privilege-set XML element

http://docs.oasis-open.org/ws-calendar/ns/REST/calws:privilege-set

Appears within a link relation describing collections or entities and specifies the set of privileges allowed to the current authenticated principal for that collection or entity.

<!ELEMENT calWS:privilege-set (calWS:privilege*)>
<!ELEMENT calWS:privilege ANY>

Each privilege element defines a privilege or access right. The following set is currently defined

  • calWS: Read — current principal has read access

  • calWS: Write — current principal has write access

<calWS:privilege-set>
  <calWS:privilege><calWS:read></calWS:privilege>
  <calWS:privilege><calWS:write></calWS:privilege>
</calWS:privilege-set>